home *** CD-ROM | disk | FTP | other *** search
/ Big Cock 7 / Big Cock 7 - Disc 1.iso / pc / main.dxr / 00081_INIT.ls < prev    next >
Encoding:
Text File  |  1996-10-17  |  232 b   |  15 lines

  1. on exitFrame
  2.   if the soundLevel = 0 then
  3.     set the soundLevel to 1
  4.   end if
  5.   set s to the soundLevel
  6.   set the castNum of sprite 42 to s + 41
  7.   updateStage()
  8. end
  9.  
  10. on enterFrame
  11.   puppetSound(0)
  12.   sound stop 1
  13.   sound stop 2
  14. end
  15.